// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03B TN_Widget.CreateTable([['Stadium of Fire: Jonas Brothers','Lavell Edwards Stadium','Provo, UT','Thursday','7/4/2024','8:00 PM','6333948','Stadium-of-Fire--Jonas-Brothers-7-4-2024'],['Jonas Brothers','Scotiabank Saddledome','Calgary, Canada','Saturday','7/13/2024','7:30 PM','6262129','Jonas-Brothers-7-13-2024'],['Jonas Brothers','Weidner Field','Colorado Springs, CO','Saturday','7/20/2024','TBD','6358895','Jonas-Brothers-7-20-2024'],['Jonas Brothers','Seminole Hard Rock Tampa Event Center','Tampa, FL','Wednesday','7/31/2024','8:00 PM','6356748','Jonas-Brothers-7-31-2024'],['Jonas Brothers','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Fort Lauderdale, FL','Friday','8/2/2024','8:00 PM','6356749','Jonas-Brothers-8-2-2024'],['Jonas Brothers','Illinois State Fairgrounds - Grandstand','Springfield, IL','Thursday','8/15/2024','8:00 PM','6318586','Jonas-Brothers-8-15-2024'],['Jonas Brothers','O2 Arena - London','London, United Kingdom','Monday','9/16/2024','6:30 PM','5867717','Jonas-Brothers-9-16-2024'],['Jonas Brothers','O2 Arena - London','London, United Kingdom','Tuesday','9/17/2024','6:30 PM','5867718','Jonas-Brothers-9-17-2024'],['Tacos and Tequila Festival: T.I, Lil Jon, & Fat Joe','Northwestern Medicine Field','Geneva, IL','Saturday','9/21/2024','1:30 PM','6314649','Tacos-and-Tequila-Festival--T-I--Lil-Jon----Fat-Joe-9-21-2024']],'Jon Jones','http://www.ticketnetwork.com/ticket/Jon-Jones-events.aspx');